libxl/xl: enable support for routed network configurations.
authorIan Campbell <ian.campbell@citrix.com>
Fri, 18 Feb 2011 15:32:02 +0000 (15:32 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 18 Feb 2011 15:32:02 +0000 (15:32 +0000)
commitce30570ae8b53d7625243ee41984c24cfbf5935c
tree28474b2577310792e0017444e658fd5472648041
parentb9ef3bf4e1a5724af87097630d71a217cd7de399
libxl/xl: enable support for routed network configurations.

Add "vifscript" option to xl.conf which configures the default vif
script to use (default remains "vif-bridge")

Write each VIFs "ip" option to xenstore so the vif-route script can
pick it up.

Reported-by: W. Michael Petullo <mike@flyn.org>.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/examples/xl.conf
tools/libxl/libxl.c
tools/libxl/xl.c
tools/libxl/xl.h
tools/libxl/xl_cmdimpl.c